SplashOutputDev: Fix integer overflow in tilingPatternFill
Origin: https://gitlab.freedesktop.org/poppler/poppler/-/commit/
8352264766652b98336e92359a70b3161a9ab97a
Bug-Debian: https://bugs.debian.org/
1138708
Bug: https://gitlab.freedesktop.org/poppler/poppler/-/work_items/1715
Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2026-10118
Use checkedMultiply() to check integer multiplication of surface size
and number of repetitions to avoid integer overflow and possible memory issues.
Fixes: #1715
Gbp-Pq: Name SplashOutputDev-Fix-integer-overflow-in-tilingPatter.patch
CVE-2025-52886
Backport of:
Backport of:
From
ac36affcc8486de38e8905a8d6547a3464ff46e5 Mon Sep 17 00:00:00 2001
From: Sune Vuorela <sune@vuorela.dk>
Date: Tue, 3 Jun 2025 00:35:19 +0200
Subject: [PATCH] Limit ammount of annots per document/page
Gbp-Pq: Name CVE-2025-52886.patch
Properly verify adbe.pkcs7.sha1 signatures.
For signatures with non-empty encapsulated content
(typically adbe.pkcs7.sha1), we only compared hash values and
never actually checked SignatureValue within SignerInfo.
The bug introduced by
c7c0207b1cfe49a4353d6cda93dbebef4508138f
made trivial signature forgeries possible. Fix this by calling
NSS_CMSSignerInfo_Verify() after the hash values compare equal.
Origin: upstream 25.04.0
Gbp-Pq: Name CVE-2025-43903.patch
poppler (25.03.0-5+deb13u3) trixie-security; urgency=high
* Non-maintainer upload by the Security Team.
* SplashOutputDev: Fix integer overflow in tilingPatternFill (CVE-2026-10118)
(Closes: #
1138708)
* Make sure regex doesn't stack overflow by limiting it (CVE-2025-43718)
(Closes: #
1117046)
* Check for duplicate entries (CVE-2025-52885) (Closes: #
1117853)
[dgit import unpatched poppler 25.03.0-5+deb13u3]